
h2 {
 color: red;
 font-family: copperplate;
 font-weight: normal;
 border-style: solid;
 border-color: purple;
 border-width: thick;
 background-color: lightblue;
}

#emacsElement {
 font-style: italic;
}

.odd {
 background-color: lightgrey;
}

